-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[refactor] #4229: Removed MST aggregation #4308
[refactor] #4229: Removed MST aggregation #4308
Conversation
6ace5d8
to
61a9a59
Compare
61a9a59
to
37833be
Compare
Pull Request Test Coverage Report for Build 8095893403Details
💛 - Coveralls |
3baf01a
to
65d86cc
Compare
@AlexStroke , could you pls. look at client_cli python tests. I removed check_mst flag from args, and assume that cli tests are dropped because of this. |
65d86cc
to
d0bf9ee
Compare
@Stukalov-A-M about pytests, that's right pytests use |
725cf64
to
7f21163
Compare
It seems to me that with this change, Iroha will temporarily lose the feature of multi-signature transactions. |
We have discussed it with @Arjentix exactly an idea to keep MST via triggers and it seems logical to divide the MST question resolving on 2 steps:
|
eb32d88
to
8e31f09
Compare
bc293b0
to
c8af9dd
Compare
e516c0b
to
bc69f3e
Compare
Signed-off-by: Stukalov-A-M <stukalov07@gmail.com>
bc69f3e
to
aef18d2
Compare
96bf997
into
hyperledger-iroha:iroha2-dev
@@ -646,7 +615,7 @@ mod tests { | |||
query_handle, | |||
)); | |||
let queue = Queue::from_config(Config { | |||
transaction_time_to_live: Duration::from_millis(200), | |||
transaction_time_to_live: Duration::from_millis(300), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change breaks the test for me, and I don't think this change can be right without changing the expected numbers of transactions collected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, i fixed this test in #4319
Description
hash_of_payload
method for Transactionsmerge_signatures
methodpending_transactions
endpoint and derived methodsNow not fully signed tx will be declined by queue with SignatureCondition error
Linked issue
Benefits
Checklist
CONTRIBUTING.md